home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / blocks / multicol.texblock < prev    next >
Text File  |  1991-10-23  |  540b  |  11 lines

  1. %  Default multiple column formats
  2. \multicolumnformat{
  3.                 \twocolumnwidth{.48\galleywidth} % approximately 3 inches
  4.                 \threecolumnwidth{.31\galleywidth} %  approximately 2 inches
  5.                 \twocolumngutter{.04\galleywidth} %   approximately .2 inches
  6.                 \threecolumngutter{.035\galleywidth}
  7.                 \columnrulewidth{0.0pt}
  8.                 \skipbefore{6pt plus3pt minus2pt} % flexible format only
  9.                 \skipafter{6pt plus3pt minus2pt} % flexible format only
  10.                 }
  11.